home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / citta / mi026.dir / 00015_Script_15 < prev    next >
Text File  |  1983-01-31  |  273b  |  20 lines

  1. on exitFrame
  2.   if soundbusy(2) then
  3.     at_hil 211,4,43
  4.     global anim_loco
  5.     set anim_loco to true
  6.     
  7.     go to the frame
  8.   else
  9.     global anim_loco
  10.   set anim_loco to false
  11.   
  12.     go "n1"
  13.   end if
  14.   
  15. end
  16. on  mouseup
  17.   sound close 2
  18.   go "n1"
  19. end
  20.